home *** CD-ROM | disk | FTP | other *** search
/ Platinum Plus: Home & Hobby / Platinum Plus Home and Hobby CD Explorer.ISO / programs / aprcalc / appsetup.inf next >
Encoding:
INI File  |  1995-01-14  |  4.9 KB  |  138 lines

  1. ; -------------------------------------------------------------
  2. ;
  3. ;  APRCalc Installation Script
  4. ;
  5. ; -------------------------------------------------------------
  6.  
  7.  
  8. ; -------------------------------------------------------------
  9. ; The [infofile] section describes the name of the information
  10. ; file that is shown when the program starts up.  The appname
  11. ; label is used to refer to the name of the application being
  12. ; installed.
  13. ; -------------------------------------------------------------
  14.  
  15. [infofile]
  16.     filename = README.TXT
  17.     appname = APRCALC
  18.  
  19.  
  20. ; -------------------------------------------------------------
  21. ; The [dialog caption] section is used to define the caption
  22. ; of the windows that shown in the INSTALL program.
  23. ; -------------------------------------------------------------
  24.  
  25. [dialog]
  26.     caption = "APRCalc 1.4 Installation"
  27.  
  28.  
  29. ; -------------------------------------------------------------
  30. ; The [data defdir] section defines the default directory. This
  31. ; directory is placed in the Install location editbox when the
  32. ; program starts.  If the user does not change it, then this
  33. ; will be the base directory of the installation.
  34. ; -------------------------------------------------------------
  35.  
  36. [data]
  37.     defdir = C:\APRCALC
  38.  
  39.  
  40. ; -------------------------------------------------------------
  41. ; This section is used to define each floppy disk.
  42. ; -------------------------------------------------------------
  43.  
  44. [disks]
  45.     1 =., "INSTALL"
  46.  
  47.     
  48. ; -------------------------------------------------------------
  49. ; This section tells INSTALL how much space is needed on the
  50. ; target disk to do a successful installation.  The user will
  51. ; get an error message if they try to install to a disk that
  52. ; has less space.
  53. ; -------------------------------------------------------------
  54.  
  55. [needed.space]
  56.     minspace = 330000                             ; WATCH THIS CAREFULLY!!
  57.  
  58.     
  59. ; -------------------------------------------------------------
  60. ; This section describes the install directories.  In the
  61. ; example below, the first two entries define application
  62. ; specific directories.  The #app.main directory will be the
  63. ; base directory defined by the user (or the default as
  64. ; described above).  The #app.sub directory will cause a
  65. ; directory called sub to be created off of the base directory.
  66. ;
  67. ; The third and fourth entries refer to the two Windows
  68. ; specific directories: \WINDOWS and \WINDOWS\SYSTEM.
  69. ; INSTALL will find these directories and copy the specified
  70. ; files into them.
  71. ; -------------------------------------------------------------
  72.  
  73. ;[app.copy.appstuff]
  74. [dest.directories]
  75.     #app.main,    0:
  76. ;    #app.sub,     0:sub
  77.     #app.SETUPSYSDIR,    0:SETUPSYSDIR
  78.     #app.SETUPWINDIR,    0:SETUPWINDIR
  79.  
  80.  
  81. ; -------------------------------------------------------------
  82. ; This is the file list for the base directory. The format is
  83. ; as follows: [Disk Number]:[File Name], "Descriptive text to
  84. ; display while file is being copied"
  85. ; -------------------------------------------------------------
  86.  
  87. [app.main]
  88.     1:APRCALC.EXE,    "APRCALC.EXE  - Windows executable file"
  89.     1:APRCALC.HLP,    "APRCALC.HLP  - Windows Help file"
  90.     1:ORDER.TXT,    "ORDER.TXT    - Order form"
  91.     1:README.TXT,       "README.TXT   - Read Me information file"
  92.     1:MUSCROLL.DLL,     "MUSCROLL.DLL - MicroScroll Library"
  93.  
  94. ; -------------------------------------------------------------
  95. ; This is the file list for the \WINDOWS\SYSTEM directory.
  96. ; -------------------------------------------------------------
  97.  
  98. [app.SETUPSYSDIR]
  99.     1:CTL3DV2.DLL,    "CTL3DV2.DLL  - 3-D Controls"
  100.  
  101.  
  102. ; -------------------------------------------------------------
  103. ; This is the file list for the \WINDOWS directory.
  104. ; -------------------------------------------------------------
  105.  
  106. [app.SETUPWINDIR]
  107. ;    1:INSTALL.TXT,    "Install Doc File"
  108.  
  109.  
  110. ; -------------------------------------------------------------
  111. ; This is the file list for the sub directory located off of
  112. ; the base directory.
  113. ; -------------------------------------------------------------
  114. ; [app.sub]
  115. ;    1:APPSETUP.INF,    "Application Configuration File"
  116.  
  117.  
  118. ; -------------------------------------------------------------
  119. ; This section describes the Program Group to be created and
  120. ; uses the following format: Group Label, Group Filename
  121. ; LAL - NOTE THIS WILL OVERWRITE AN EXISTING GRP FILE!!
  122. ; -------------------------------------------------------------
  123.  
  124. [progman.groups]
  125.     "APRCalc 1.4", APRCAL14.GRP
  126.  
  127. ; -------------------------------------------------------------
  128. ; This section describes the Program Item Icon to add to the
  129. ; Program Group defined in the section heading and uses the
  130. ; following format: Item Label, Item Filename
  131. ; The Item must be in the base directory.
  132. ; -------------------------------------------------------------
  133.  
  134. ["APRCalc 1.4"]                ; Must be same as group name above.
  135.     "APRCalc", APRCALC.EXE
  136.  
  137. ;                                 --- End of File ---
  138.